home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CZTC21.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  2KB  |  87 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For Zortech C++. (C only)
  5.  
  6.     Build cztc21.clb using:
  7.  
  8.         clint cztc21.c -L+cztc21c.clb -I. %1 %2 %3 -3 -KB0 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. THIS IS A NON-STANDARD C-ONLY LIBRARY, AND IS NOT ADVISED. USE
  11. CZTC21.CLB DIRECTLY.
  12. */
  13.  
  14. /* Force correct stuff even if the wrong compiler is specified. */
  15.  
  16. #undef __TURBOC__
  17. #undef __BORLANDC__
  18. #undef __SC__
  19. #undef __ZTC__
  20. #undef zpage
  21. #undef no_init
  22. #undef monitor
  23. #undef non_banked
  24. #undef _handle
  25. #undef selector
  26. #undef _SIZEOF_INT
  27. #undef _SIZEOF_LONG
  28. #undef __TID__
  29. #undef MSC_VER
  30. #undef WIN32_LEAN_AND_MEAN
  31. #undef __FLAT__
  32. #undef __WIN32__
  33. #undef _WIN32
  34. #undef M_I86
  35. #undef _M_IX86
  36. #undef __declspec
  37. #undef __inline
  38. #undef __int64
  39. #undef __unaligned
  40.  
  41.  
  42. #pragma lint -w-tni
  43. #pragma lint -w-tns
  44. #pragma lint -w-rtm
  45.  
  46. #define __SC__            0x300
  47. #define __nan            0.0
  48. #define M_I86
  49. #define __ZTC__            0x210
  50.  
  51.  
  52. #include "assert.h"
  53. #include "bios.h"
  54. #include "conio.h"
  55. #include "ctype.h"
  56. #include "direct.h"
  57. #include "disp.h"
  58. #include "dos.h"
  59. //#include "dos16.h"
  60. #include "emm.h"
  61. #include "errno.h"
  62. #include "fcntl.h"
  63. //#include "fg.h"
  64. #include "float.h"
  65. #include "handle.h"
  66. #include "int.h"
  67. #include "io.h"
  68. #include "limits.h"
  69. #include "locale.h"
  70. #include "math.h"
  71. #include "msmouse.h"
  72. #include "page.h"
  73. #include "process.h"
  74. #include "setjmp.h"
  75. #include "share.h"
  76. #include "signal.h"
  77. #include "stdarg.h"
  78. #include "stddef.h"
  79. #include "stdio.h"
  80. #include "stdlib.h"
  81. #include "string.h"
  82. #include "time.h"
  83.  
  84. #include "sys/stat.h"
  85.  
  86. /* End of file. */
  87.